home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / qemm.80c / technote.qip / W95BOOT.TEC < prev    next >
Text File  |  1995-11-04  |  5KB  |  115 lines

  1.         Using QEMM Optimize and the Windows 95 Startup Menu
  2.  
  3.  Quarterdeck Technical Note #312             Filename: W95BOOT.TEC
  4.  by Jeff Sutyla                              CompuServe: W95BOOT.TEC
  5.  Last revised: 11/01/95                      Category: QEMM
  6.  
  7.  Subject:  Using Windows 95's Startup Menu to Optimize a previous
  8.            version of DOS.
  9.  
  10.  If you installed Windows 95 over an older version of DOS, you may
  11.  have a multiple configuration Startup Menu that displays when you
  12.  boot your system. The Startup Menu lets you pick the
  13.  configuration you want to use during bootup.  For example, you
  14.  might have installed Windows 95 into a new directory rather than
  15.  installing over Windows 3.1.  At times, you may want to boot into
  16.  Windows 3.1 instead of Windows 95.
  17.  
  18.  If you use a Windows 95 Startup menu, you must make sure that
  19.  QEMM's Optimize boots into the same menu option each time
  20.  Optimize reboots your system.  In this technote we tell you how
  21.  to set up a Windows 95 Startup Menu, select a default menu
  22.  option, and how to run Optimize using this default menu choice.
  23.  
  24.  1. Boot your computer and watch for the message "Starting Windows
  25.     95".  When you see this message, press the F8 key quickly.  If
  26.     one of the choices is "Previous Version of DOS", note the
  27.     number of that choice and write it down. Choose "Normal" and
  28.     boot to Windows 95.
  29.  
  30.  2. When Windows 95 has booted up, choose "Shutdown" from the
  31.     Start Menu, and then choose "Restart to DOS".
  32.  
  33.  3. Make sure you are in the Windows 95 version of DOS by typing:
  34.  
  35.     VER <enter>
  36.  
  37.     If you see "Windows 95" on your screen, continue with Step 4.
  38.     If you do not see the "Windows 95" message, you likely have a
  39.     problem with your Windows 95 installation.  Please consult
  40.     your Windows 95 documentation for assistance with this
  41.     problem, and do not continue with this technote.
  42.  
  43.  4. In order to enable the Windows 95 Boot Menu feature, you must
  44.     make modifications to Windows 95's MSDOS.SYS configuration
  45.     file.  Type the following:
  46.  
  47.     CD \ <enter>
  48.     ATTRIB -S -H -R MSDOS.SYS <enter>
  49.     COPY MSDOS.SYS MSDOS.QDK
  50.     EDIT MSDOS.SYS <enter>
  51.  
  52.  5. Add the following to the [Options] section of MSDOS.SYS:
  53.  
  54.     BootMulti=1          ;Win95 Multi-Boot Configuration enabled
  55.     BootMenu=1           ;Win95 Multi-Boot Menu displayed by
  56.                          ;default
  57.     BootMenuDelay=5      ;Seconds to delay menu selection
  58.     BootMenuDefault=x    ;Boots to item number x after the
  59.                          ;boot menu delay
  60.  
  61.  Note: If you did not make a note of the menu number for "Previous
  62.        Version of DOS", do not add the BootMenuDefault= line.
  63.        Instead, press the keys <ALT-F> <X> <Y> to save the file,
  64.        then reboot the computer.  When the Startup Menu displays,
  65.        make note of the menu number for "Previous Version of DOS",
  66.        then boot to the "Command Prompt Only" selection. Edit
  67.        MSDOS.SYS again, and add the BootMenuDefault= line.  Press
  68.        the keys <ALT-F> <X> <Y> to save the file.
  69.  
  70.  6. Type:
  71.  
  72.     ATTRIB +S +H +R MSDOS.SYS <enter>
  73.  
  74.  7. Re-boot your system. (If you end up in Windows 95, select
  75.     "Shut Down" from the Start menu, then select "Restart in MS
  76.     DOS mode".)  Then type:
  77.  
  78.     C:\QEMM\OPTIMIZE <enter>
  79.  
  80.     to OPTIMIZE your previous version of DOS.
  81.  
  82.  8. If you want to boot to WINDOWS 95 by default, follow these
  83.     steps.  (If you do not, you are finished with this technote.)
  84.  
  85.     Re-boot and choose NORMAL (choice 1) on the Startup Menu.
  86.  
  87.     When WINDOWS 95 appears, choose "Shut Down" from the Startup
  88.     Menu, then choose "Restart to DOS".
  89.  
  90.     Type the following:
  91.  
  92.     CD\ <enter>
  93.     ATTRIB -S -H -R MSDOS.SYS <enter>
  94.     EDIT MSDOS.SYS <enter>
  95.  
  96.     Place a semi-colon (;) before BootMenuDefault in the MSDOS.SYS
  97.     file.
  98.  
  99.     Press the keys <ALT-F> <X> <Y> one after the other to return
  100.     to a DOS prompt, then type:
  101.  
  102.     ATTRIB +S +H +R MSDOS.SYS <enter>
  103.  
  104.     Now, when you boot your system the Startup Menu will be
  105.     displayed for 5 seconds and then WINDOWS 95 will automatically
  106.     start.
  107.  
  108.  ******************************************************************
  109.  *      Trademarks are property of their respective owners.       *
  110.  *   This and other technical notes may be available in updated   *
  111.  *     forms through Quarterdeck's standard support channels.     *
  112.  *          Copyright (C) 1995 Quarterdeck Corporation            *
  113.  ******************** E N D   O F   F I L E ***********************
  114.  
  115.